home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 351-375 / 353 / aztecarp / glue / asyncrun.asm < prev    next >
Encoding:
Assembly Source File  |  1995-03-14  |  175 b   |  15 lines

  1.     section    text,code
  2.  
  3.     xref    _ArpBase
  4.     xdef    _ASyncRun
  5.  
  6. _ASyncRun:
  7.     movem.l    a6/a2,-(sp)
  8.     move.l    _ArpBase,a6
  9.     movem.l    12(sp),a0/a1/a2
  10.     jsr    -546(a6)
  11.     movem.l    (sp)+,a6/a2
  12.     rts
  13.  
  14.     end
  15.